Auto merge of #3634 - steveklabnik:bump-semver, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 3 Feb 2017 04:16:05 +0000 (04:16 +0000)
committerbors <bors@rust-lang.org>
Fri, 3 Feb 2017 04:16:05 +0000 (04:16 +0000)
bump semver version

Thanks to @raphlinus , semver-parser no longer depends on regex. The code is (probably, I haven't technically tested it but it's hard to imagine it's not) faster, smaller, and has zero dependencies, as well as better errors.

This new version of semver only updates the dependencies involved, no interface changes, so it should be a drop-in replacement.


Trivial merge